home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
3d_tools
/
t3dsrc.lha
/
writeray_protos.h
< prev
next >
Wrap
Text File
|
1993-01-30
|
456b
|
26 lines
/* Prototypes for functions defined in
writeray.c
*/
static void indent(void);
static void outdent(void);
static void send_XYZ(XYZ_st * f);
static void send_RGB(RGB_st * rgb);
int write_Rayshade(WORLD * world,
FILE * file);
static void process_INFO(INFO * info);
static void process_OBJ(register OBJECT * obj);
static void process_TOBJ(void);
static void process_EXTR(EXTR * extr);
static void process_DESC(OBJECT * object);